summaryrefslogtreecommitdiff
path: root/app/(tabs)/alerts/[id].tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/(tabs)/alerts/[id].tsx')
-rw-r--r--app/(tabs)/alerts/[id].tsx8
1 files changed, 0 insertions, 8 deletions
diff --git a/app/(tabs)/alerts/[id].tsx b/app/(tabs)/alerts/[id].tsx
index 554c1ed..506d282 100644
--- a/app/(tabs)/alerts/[id].tsx
+++ b/app/(tabs)/alerts/[id].tsx
@@ -219,14 +219,6 @@ export default function AlertIdScreen() {
/>
<ThemedText>{formatDate(alert.createdAt)}</ThemedText>
</ThemedView>
- <ThemedView style={styles.dateRow}>
- <Ionicons
- name="alert-circle-outline"
- size={18}
- color={theme === 'light' ? Colors.light.text : Colors.dark.text}
- style={styles.icon}
- />
- </ThemedView>
</>
)}
</ParallaxScrollView>